projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7f6663
)
Oopsy. Got head of Olaf on the category support. :-)
author
robertl
<robertl>
Fri, 12 May 2006 21:49:27 +0000
(21:49 +0000)
committer
robertl
<robertl>
Fri, 12 May 2006 21:49:27 +0000
(21:49 +0000)
garmin_txt.c
patch
|
blob
|
history
diff --git
a/garmin_txt.c
b/garmin_txt.c
index e8090943cecf1fd478f1d8c52ca03fc17b3b7258..fb20be50124223b8f13b8fe75d915045aee47154 100644
(file)
--- a/
garmin_txt.c
+++ b/
garmin_txt.c
@@
-501,8
+501,8
@@
print_categories(gbuint16 categories)
fprintf(fout, "%s", (count++ > 0) ? "," : "");
if (c == NULL)
-
//
fprintf(fout, "Category %d", i+1);
-
fprintf(fout, "%s", gps_categories[i]);
+
fprintf(fout, "Category %d", i+1);
+
//
fprintf(fout, "%s", gps_categories[i]);
else
fprintf(fout, "%s", c);